Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 2,344 for

document protection

(0.05 sec)
  1. Password-protected documents | Documentation

    Learn how to open the password-protected Documents....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Password-protected documents Password-protected documents Leave...

    docs.groupdocs.com/parser/net/password-protecte...
  2. Extract Text and Metadata from DOCX Online

    Free online Document text and metadata extractor. Secure and easy to use DOCX text and metadata parser and extractor...other parser features: DOCX Document Data Parser DOCX Image Extractor...online app! Fast and easy DOCX document text and metadata extractor...

    products.groupdocs.app/parser/text/docx
  3. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert Documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Converting / Conversion options by document family / Convert to WordProcessing...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks to presentation documents / Working with slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...
  5. DOTX Parser: Extract Data from Documents Online

    Free online Document data parser. Secure and easy to use DOTX data parser and extractor...easy DOTX document data parser Parse DOTX documents from anywhere... , and many more file and document formats (see ) Read , , ,...

    products.groupdocs.app/parser/dotx
  6. DOT Parser: Extract Data from Documents Online

    Free online Document data parser. Secure and easy to use DOT data parser and extractor...and easy DOT document data parser Parse DOT documents from anywhere... , and many more file and document formats (see ) Read , , ,...

    products.groupdocs.app/parser/dot
  7. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...extraction isn’t supported for the document. For example, text extraction...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Render EBooks as HTML, PDF, and image files | D...

    Convert EBooks to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python. Learn how to render Documents in various formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for Python / Document rendering basics / Render...

    docs.groupdocs.com/viewer/python-net/render-ebo...
  9. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of new features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected Documents has also been extended for ODT and OTT formats....of rendering password protected documents has also been extended...PageSize = PageSize.A4; //Render document with custom page size List...

    blog.groupdocs.com/viewer/support-of-setting-ou...
  10. Compare Multiple Word Files in Java | Accept or...

    Compare two or more DOC/DOCX files in Java using Document Comparison API. Highlight the differences and accept or reject changes within Word docs....two Word documents even if they were password protected. What if...to compare multiple Word documents in Java . Further, we will...

    blog.groupdocs.com/comparison/compare-multiple-...